projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa04bf0
)
(command_loop_1): Redo change of 2001-03-12.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 25 Apr 2001 14:36:03 +0000
(14:36 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 25 Apr 2001 14:36:03 +0000
(14:36 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index a9dd324a381594c2b9265715cf138ff888851a05..da1ce089b9dd897d54b10827fcc536cbbe987907 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1479,6
+1479,10
@@
command_loop_1 ()
this variable differently. */
Vdisable_point_adjustment = Qnil;
+ /* Process filters and timers may have messed with deactivate-mark.
+ reset it before we execute the command. */
+ Vdeactivate_mark = Qnil;
+
/* Execute the command. */
Vthis_command = cmd;